## Geocoding Script ### This script takes an address and return its latitude and longitude.This process is called geocoding #### I have used the locationiq website's geocoding api inorder to solve this problem. #### To be able to use this script you have to create a *free account* at https://locationiq.com/ and obtain your *private token*. #### Remember, *don't share* your private token with anyone.